home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / DefineButton2_351 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-09-27  |  141 b   |  11 lines

  1. on(press){
  2.    if(_root.enemyLim == "No Limit")
  3.    {
  4.       _root.enemyLim = 10;
  5.    }
  6.    else
  7.    {
  8.       _root.enemyLim += 1;
  9.    }
  10. }
  11.